-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove test if dest file exist on path_rename wasi syscall (for #3228) #3230
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add a test verifying this is fixed
…symlink syscall (for #3233)
…o the syscall and mem_fs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
We've already discussed most of my comments over Zoom and I'm happy with the PR. There are a couple suggestions, but they're mostly cosmetic changes.
Co-authored-by: Michael Bryan <[email protected]>
Co-authored-by: Michael Bryan <[email protected]>
Co-authored-by: Michael Bryan <[email protected]>
Co-authored-by: Michael Bryan <[email protected]>
Co-authored-by: Michael Bryan <[email protected]>
Description
The test was added "just in case", but is not conforment with WASI spec, were path_rename should befave like POSIX
renameat